读知识>英语词典>table entry翻译和用法

table entry

英 [ˈteɪbl ˈentri]

美 [ˈteɪbl ˈentri]

网络  表条目; 表格项目; 表项目

计算机

双语例句

  • The default table for the Gantt chart view is the entry table, but you can select any of the task tables to display information about the project's tasks.
    “甘特图”视图的默认表是“项”表,但您可以选择任何任务表,以显示有关项目任务的信息。
  • Thus there are more candidate for the entry. The routing table entry can be optimized by choose one of the nearest node.
    由于路由表中的每个条目都可在一个更大的范围内选择,因此可以选择更接近的节点加入路由表。
  • Perfect property: Locating a table entry requires O ( 1) time& that is, at most, one string comparison is required to perform keyword recognition within the static search set.
    perfectproperty:查找时间复杂度为O(1)的表条目&就是说,至多需要一个字符串比较执行静态搜索集中的关键字识别。
  • Adds a table of contents entry at the current position.
    在当前位置添加目录项。
  • Click to go to the next table of contents entry.
    单击以转到下一目录项。
  • These routing algorithms assume that the network topology is based on the definition of a metric, the shortest route between two nodes is calculated based on this metric, with maintaining a routing table entry for each sub-network.
    这些经典路由算法都是假设在网络拓扑的基础上定义一个度量,在这个度量的基础上计算每个节点到达其他节点的最短路由,并且为每个子网保持一个路由表项。
  • Please select the appropriate style for your index or table entry
    请为索引或目录项选择合适的样式
  • You can also quickly create model elements for existing database tables by using the Entity from Table palette entry and choosing any table from an existing database.
    您还可以使用Table调色板条目中的Entity,并从现有数据库中选择任一表来快速创建用于现有数据库表的模型元素。
  • Policy agent failed to create a new policy table entry.
    “策略代理”创建新策略表项失败。
  • Because the state field is the same in both the Java code and the table, you can shorten its entry; the last two fields lat and lng demonstrate the shortcut syntax.
    由于state字段在Java代码中和表中是一样的,因此可以将其条目缩短。